projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38abaf2
)
libxl: add in missing dependency for xen-init-dom0 in Makefile
author
Wei Liu
<wei.liu2@citrix.com>
Thu, 25 Sep 2014 14:23:11 +0000
(15:23 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Mon, 29 Sep 2014 12:26:22 +0000
(13:26 +0100)
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/Makefile
patch
|
blob
|
history
diff --git
a/tools/libxl/Makefile
b/tools/libxl/Makefile
index a6c3b0eb52142c3f7247bd9f46ce7f7aae14cb82..7bfcdd9d85d5721a0ce7362014ff1cc08722a926 100644
(file)
--- a/
tools/libxl/Makefile
+++ b/
tools/libxl/Makefile
@@
-154,7
+154,7
@@
all: $(CLIENTS) $(TEST_PROGS) \
$(AUTOSRCS) $(AUTOINCS)
$(LIBXL_OBJS) $(LIBXLU_OBJS) $(XL_OBJS) $(SAVE_HELPER_OBJS) \
- $(LIBXL_TEST_OBJS) $(TEST_PROG_OBJS): \
+ $(LIBXL_TEST_OBJS) $(TEST_PROG_OBJS)
$(XEN_INIT_DOM0_OBJS)
: \
$(AUTOINCS) libxl.api-ok
%.c %.h:: %.y